home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
powervww
/
pvhelp.h
< prev
next >
Wrap
Text File
|
1998-01-05
|
1KB
|
27 lines
// ____________________________________________________
// | |
// | Project: POWER VIEW INTERFACE |
// | File: PVHELP.H |
// | Compiler: WPP386 (10.6) |
// | |
// | Subject: Help maneger interface |
// | |
// | Author: Emil Dotchevski |
// |____________________________________________________|
//
// E-mail: zajo@geocities.com
// URL: http://www.geocities.com/SiliconValley/Bay/3577
//NOTE: These topics should appear in the top of the
// help source file, in exact order.
#define htHELP_CONTENTS 1
#define htHELP_ON_HELP 2
#define htD_WINDOWS_LIST 3
#define htD_FIND 4
#define htD_REPLACE 5
#define htD_GOTO_LINE_NUMBER 6
#define htD_SELECT_FILE 7
void set_help_filename( char *filename );
void online_help( uint help_context );